@charset "utf-8";

html{
  /* padding-top:100px; */
  /* background: url(../images/jdbg.png) no-repeat center top; */
}
body {
  margin:0 auto;
  /* width:1200px; */
}




.index_focus .lft_pic {WIDTH: 720px; FLOAT: left; HEIGHT: 400px; OVERFLOW: hidden}
@media screen and (max-width:1025px){.index_focus .lft_pic {width:100%;}}
@media screen and (max-width:751px){.index_focus .lft_pic {height:220px;}}
.index_focus .pannel-image {WIDTH: 720px; HEIGHT: 400px}
@media screen and (max-width:1025px){.index_focus .pannel-image {width:100%;}}
@media screen and (max-width:751px){.index_focus .pannel-image{height:220px;}}
.index_focus IMG {	WIDTH: 720px; HEIGHT: 400px}
@media screen and (max-width:1025px){.index_focus IMG {width:100%;}}
@media screen and (max-width:751px){.index_focus IMG {height:220px;}}

.titBg {FILTER: alpha(opacity=40); BACKGROUND: #000; -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4;}


.slider-carousel {POSITION: relative; WIDTH: 720px; HEIGHT: 400px; OVERFLOW: hidden;}
@media screen and (max-width:1025px){.slider-carousel{width:100%;}}
@media screen and (max-width:751px){.slider-carousel{height:220px;}}
.slider-carousel .item {WIDTH: 720px; HEIGHT: 400px;}
@media screen and (max-width:1025px){.slider-carousel .item{width:100%;}}
@media screen and (max-width:751px){.slider-carousel .item{height:220px;}}
.slider-carousel .slidesjs-navigation {Z-INDEX: 100; POSITION: absolute; TEXT-INDENT: -9999em; WIDTH: 42px; DISPLAY: block; HEIGHT: 69px; TOP: 180px;}
@media screen and (max-width:751px){.slider-carousel .slidesjs-navigation {POSITION: absolute;TOP: 60px}}
.slidesjs-previous {BACKGROUND: url(../images/index_btn03.png) no-repeat; LEFT: 0px;}
.slidesjs-next {BACKGROUND: url(../images/index_btn04.png) no-repeat; RIGHT: 0px;}
.slidesjs-previous:hover {BACKGROUND: url(../images/index_btn01.png) no-repeat;}
.slidesjs-next:hover {BACKGROUND: url(../images/index_btn02.png) no-repeat;}
.slidesjs-pagination {Z-INDEX: 10; POSITION: absolute; WIDTH: 120px; ZOOM: 1; HEIGHT: 15px; OVERFLOW: hidden; TOP: 375px; RIGHT: 0px;}
@media screen and (max-width:751px){.slidesjs-pagination{POSITION: absolute;TOP: 195px;}}

.slidesjs-pagination-item {WIDTH: 15px; FLOAT: left; HEIGHT: 15px;margin-left:5px;}
.slidesjs-pagination-item A {TEXT-INDENT: -9999em; MARGIN: 0px 2px 0px 0px; WIDTH: 15px; DISPLAY: block; BACKGROUND: url(../images/index140516-02.png) no-repeat; FLOAT: left; HEIGHT: 15px}
.slidesjs-pagination-item A.active {BACKGROUND: url(../images/index140516-01.png) no-repeat;}
.slider-carousel .titBg {Z-INDEX: 1; POSITION: absolute; WIDTH: 100%; BOTTOM: 0px; HEIGHT: 40px; LEFT: 0px;}

.slider-carousel .subtitle {Z-INDEX: 2; POSITION: absolute; WIDTH: 390px; BOTTOM: 0px; HEIGHT: 40px; LEFT: 20px;}

.slider-carousel .subtitle H6 {	LINE-HEIGHT: 40px; HEIGHT: 40px; COLOR: #ffffff; FONT-SIZE: 14px;font-family:Ã¥Â®â€¹Ã¤Â½â€œ; OVERFLOW: hidden; FONT-WEIGHT: bold;padding:0;text-align:left;margin:0;}
.slider-carousel .subtitle H6 A {COLOR: #ffffff;}




/* 
.top,.logo h3,.logo span,.nav,.hotline,.index_block,.link,.copyright{
  -webkit-filter: grayscale(100%);
      -webkit-filter: grayscale(1); 
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray;
} */


@media (max-width:1200px){
  .qglh-style,.qglh-style>img{width:100% !important;}
}

/* 首页走进 - 特克斯2024-08-28 */
.zjtks{
  height: 267px;
  background: url(../images/index_zjtks_bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
}
.zjtks-title{
  color: #c1121f;
  font-size: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 11px;
}
.zjtks-content{
  color: #333333;
  text-indent: 2em;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.5;
}
.zjtks-link1{
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 10px;
}
.zjtks-link1 span{
  color: #333;
}
.zjtks-link2 a{
  display: block;
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 12px 0;
  text-align: center;
  color: #333;
}
.zjtks-link2 a:first-child{
  float: left;
}
.zjtks-link2 a:last-child{
  float: right;
}
@media screen and (max-width: 500px){
  .zjtks{
    height: auto;
  }
}